
creates seconds charts in mt4
MT7_nSecChartCreatorEA.ex4 


This EA creates N-Second Charts synced with M1 candles, where N = 3, 4, 5, 6, 10, 12, 15, 20 and 30 Seconds




How to run it:
1. Download MT7_nSecChartCreatorEA.ex4 from the attachments and copy it into your Experts folder.
2. Enable Allow DLL import in "Tools > Options > Expert Advisors" tab.
3. Refresh your MT4 platform's navigator window (or restart MT4).
4. Open a M1 chart (for example, EURUSD, M1) and attach the EA to the chart.
5. Wait for the EA to sync with the next M1 candle.
6. From File menu, select Open Offline and choose the symbol with the time frame you set in the input settings (the default TF is M7, so you need to find and open EURUSD,M7 chart).

he EA automatically opens the offline chart. 

The EA tries to synchronize the n-sec bars with the open of M1 bars. For this purpose, in the current version you should attach it to a M1 chart, and then open the same symbol's offline chart on M7 (default).
